table of contents
GLUTDESTROYMENU(3) | Library Functions Manual (local) | GLUTDESTROYMENU(3) |
NAME¶
glutDestroyMenu
—
Destroy a menu.
LIBRARY¶
OpenGLUT - menus
SYNOPSIS¶
#include
<openglut.h>
void
glutDestroyMenu
(int
menuID);
PARAMETERS¶
menuID
The menu to destroy.
DESCRIPTION¶
Destroys a given menu object by its ID.